home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000112_news@newsmaster….columbia.edu _Fri May 22 10:00:04 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA09013
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 22 May 1998 10:00:02 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA22981
  7.     for kermit.misc@watsun; Fri, 22 May 1998 10:00:01 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Problem Updating for K95 1.10 to 1.16
  12. Date: 22 May 1998 13:59:58 GMT
  13. Organization: Columbia University
  14. Lines: 39
  15. Message-ID: <6k40cu$8tv$1@apakabar.cc.columbia.edu>
  16. References: <01bd8582$29bdf700$6a01017d@NTSERVER.CSSDOMAIN> <6k3uet$83i$1@apakabar.cc.columbia.edu> <01bd8588$6df28a20$6a01017d@ntserver.cssdomain>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8765
  19.  
  20. In article <01bd8588$6df28a20$6a01017d@ntserver.cssdomain>,
  21. Jim Phelan <jphelan@csystemssoftware.com> wrote:
  22. : Thanks but thats not the case.  The emulation displayed on the status line
  23. : is wrong.  The example I used was SCOANSI because that is what I use the
  24. : most.  I tried several other terminal types, trying to recognize a pattern.
  25. :  They all come up as something different.  I was hoping the fact that
  26. : IBM3151 doesn't appear in the list box would be a clue as to what may have
  27. : gone wrong.  Thanks.
  28.  
  29. What appears in the Status Line is not wrong.  There is a rudimentary 
  30. IBM 3151 emulation built into 1.1.16 that is hidden in the command lists
  31. because it is not complete.  However, it is there.
  32.  
  33. The problem is that SCO's Telnet Daemon supports Telnet Terminal Type
  34. negotiation but does not recognize the names that K95 is providing.
  35. You can verify this by:
  36.  
  37.  . Starting K95 in command mode
  38.  . SET TERMINAL DEBUG ON
  39.  . SET TERMINAL TYPE SCOANSI
  40.  . TELNET <host>
  41.  
  42. now you can watch in the terminal window as the host continues to ask
  43. for another terminal type name trying to find one it recognizes.  It
  44. happens to recognize "ibm3151" and therefore stops there.
  45.  
  46. To disable the terminal type negotiation specify 
  47.  
  48.   SET TELNET TERMINAL-TYPE ANSI
  49.  
  50. or in the dialer, specify "ANSI" as the Terminal Type name on the
  51. TCP/IP page.
  52.  
  53.  
  54.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  55.                  The Kermit Project * Columbia University
  56.               612 West 115th St #716 * New York, NY * 10025
  57.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org